home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 2
/
Aminet AMIGA CDROM (1994)(Walnut Creek)[Feb 1994][W.O. 44790-1].iso
/
Aminet
/
util
/
libs
/
UnArp14.lha
/
UnArp.doc
< prev
Wrap
Text File
|
1992-07-12
|
3KB
|
79 lines
--------------------------------------------------------------------------
UnArp v1.4 (12-Jul-92)
--------------------------------------------------------------------------
UnArp tries to make arp.library (v39.1) more compatible to Kickstart 2.0.
Many ARP-Calls are replaced by calls to dos.library, the FileRequester is
replaced by an ASL-Requester, so that tools like "ArpToAsl" are no longer
needed!
Simply call it in your Startup-Sequence or User-Startup.
--------------------------------------------------------------------------
ARP-Call Offset Replacement
--------------------------------------------------------------------------
_LVOExpunge -18 disabled, to prevent arp.library from being removed
_LVOOpen -30 \
... \
... >--- directly redirected to dos.library calls
... /
_LVOExecute -222 /
_LVOPuts -240 _LVOPutStr
_LVOReadLine -246 _LVOInput and _LVOFGets
_LVOGetEnv -282 _LVOGetVar
_LVOSetEnv -288 _LVOSetVar
_LVOFileReq -294 redirected to asl.library
_LVOAssign -336 _LVOLock and _LVOAssignLock
_LVOFindCLI -420 _LVOFindCliProc or _LVOMaxCli
_LVOCompareLock -456 _LVOSameLock
_LVODateStr -564 _LVODateToStr
_LVOStrDate -570 _LVOStrToDate
_LVOLMult -600 \
_LVOLDiv -606 >--- directly use 68020/30/40 if present
_LVOLMod -612 /
_LVOTackOn -624 _LVOAddPart
_LVOBaseName -630 _LVOFilePart
--------------------------------------------------------------------------
Planned enhancements:
- Pattern-Parsing via pattern.library
- new routines for ARP-Resource-Tracking mechanisms
- replacing ARP by a full-blown new library
--------------------------------------------------------------------------
UnArp v1.x is placed in the Public-Domain!
Send bug-reports and/or suggestions to:
Martin Berndt
Fr.-Alfred-Str. 115
4100 Duisburg 14
Germany
--------------------------------------------------------------------------
History:
v1.0 - initial release
v1.1 - _LVOPuts didn't append a newline to the string
v1.2 - Removed a bug in the FileRequester
v1.3 - Removed an incompatibility in _LVOBaseName
(ARP's "CMP" command didn't work as expected)
v1.4 - Added _LVOCompareLock for XPK (ext. compression library)
--------------------------------------------------------------------------
(End of this wonderful document)